翻訳と辞書
Words near each other
・ Kernel panic
・ Kernel patch
・ Kernel Patch Protection
・ Kernel perceptron
・ Kernel preemption
・ Kernel principal component analysis
・ Kernel random forest
・ Kernel regression
・ Kernel relocation
・ Kernel same-page merging
・ Kernel Scheduled Entities
・ Kernel smoother
・ Kernel Transaction Manager
・ Kernel virtual address space
・ Kernel-based Virtual Machine
Kernel-Mode Driver Framework
・ Kernel.org
・ KernelCAD
・ KernelCare
・ KernelICA
・ Kernelization
・ Kernell
・ Kernell, California
・ KernelTrap
・ Kernen
・ Kernen (hill)
・ Kernen Omloop Echt-Susteren
・ Kernenried
・ Kerner
・ Kerner (grape)


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Kernel-Mode Driver Framework : ウィキペディア英語版
Kernel-Mode Driver Framework

The Kernel-Mode Driver Framework (KMDF) is a driver framework developed by Microsoft as a tool to aid driver developers create and maintain kernel mode device drivers for Windows 2000〔The original release of KMDF only supported Windows XP and Server 2003. Support for Windows 2000 was added in KMDF version 1.1.〕 and later releases. It is one of the frameworks included in the Windows Driver Foundation. The current version is 1.13.
== Relationship to WDM ==
In general, KMDF supports drivers that were written for the Windows Driver Model, and it runs on WDM. WDM is the driver model used since the advent of Windows 98, whereas KMDF is the driver framework Microsoft advocates and uses for Windows 2000 and beyond.
In general, since more features like power management and plug and play are handled by the framework, a KMDF driver is less complicated and has less code than an equivalent WDM driver.
KMDF is object-based and built on top of WDM. It provides an object-based perspective to WDM, following the architectural mandate of its superset, WDF. The functionality is contained in different types of objects. KMDF implementation consists of:
* plug and play and power management
* I/O queues
* Direct memory access (DMA)
* Windows Management Instrumentation (WMI)
* Synchronization

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Kernel-Mode Driver Framework」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.